home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 35 / PC Gamer IT CD 35 2-2.iso / utility / ao10 / ACTION.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-08-10  |  4KB  |  179 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About ActionOutline...'
  6.   ClientHeight = 236
  7.   ClientWidth = 290
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object ProgramIcon: TImage
  18.     Left = 16
  19.     Top = 10
  20.     Width = 32
  21.     Height = 32
  22.     AutoSize = True
  23.     Picture.Data = {<image000.ico>}
  24.     Stretch = True
  25.     IsControl = True
  26.   end
  27.   object ProductName: TLabel
  28.     Left = 54
  29.     Top = 10
  30.     Width = 178
  31.     Height = 16
  32.     Caption = 'ActionOutline (unregistered)'
  33.     Font.Charset = ANSI_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -13
  36.     Font.Name = 'Arial'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.     IsControl = True
  40.   end
  41.   object Copyright: TLabel
  42.     Left = 16
  43.     Top = 52
  44.     Width = 244
  45.     Height = 16
  46.     Caption = 'Copyright ∩┐╜ 1998, Green Parrots Software'
  47.     Font.Charset = ANSI_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -13
  50.     Font.Name = 'Arial'
  51.     Font.Style = []
  52.     ParentFont = False
  53.     IsControl = True
  54.   end
  55.   object URLLabel1: TURLLabel
  56.     Left = 16
  57.     Top = 94
  58.     Width = 167
  59.     Height = 16
  60.     Hint = 'Opens a company'#39's web site'
  61.     Caption = 'http://gpsoft.hypermart.net'
  62.     Font.Charset = ANSI_CHARSET
  63.     Font.Color = clBlue
  64.     Font.Height = -13
  65.     Font.Name = 'Arial'
  66.     Font.Style = [fsBold, fsUnderline]
  67.     ParentFont = False
  68.     ParentShowHint = False
  69.     PopupMenu = PopupMenu1
  70.     ShowHint = True
  71.     URL = 'http://gpsoft.hypermart.net'
  72.   end
  73.   object Label1: TLabel
  74.     Left = 54
  75.     Top = 28
  76.     Width = 76
  77.     Height = 16
  78.     Caption = 'v. 1.0 beta 1'
  79.     Font.Charset = ANSI_CHARSET
  80.     Font.Color = clWindowText
  81.     Font.Height = -13
  82.     Font.Name = 'Arial'
  83.     Font.Style = [fsBold]
  84.     ParentFont = False
  85.     IsControl = True
  86.   end
  87.   object URLLabel2: TURLLabel
  88.     Left = 16
  89.     Top = 134
  90.     Width = 257
  91.     Height = 16
  92.     Hint = 'Opens an ordering page for this product'
  93.     Caption = 'http://gpsoft.hypermart.net/ordering.html'
  94.     Font.Charset = ANSI_CHARSET
  95.     Font.Color = clBlue
  96.     Font.Height = -13
  97.     Font.Name = 'Arial'
  98.     Font.Style = [fsBold, fsUnderline]
  99.     ParentFont = False
  100.     ParentShowHint = False
  101.     PopupMenu = PopupMenu1
  102.     ShowHint = True
  103.     URL = 'http://gpsoft.hypermart.net/ordering.html'
  104.   end
  105.   object URLLabel3: TURLLabel
  106.     Left = 16
  107.     Top = 176
  108.     Width = 258
  109.     Height = 16
  110.     Hint = 'E-mail to ActionOutline support'
  111.     Caption = 'mailto:ao_support@gpsoft.hypermart.net'
  112.     Font.Charset = ANSI_CHARSET
  113.     Font.Color = clBlue
  114.     Font.Height = -13
  115.     Font.Name = 'Arial'
  116.     Font.Style = [fsBold, fsUnderline]
  117.     ParentFont = False
  118.     ParentShowHint = False
  119.     PopupMenu = PopupMenu1
  120.     ShowHint = True
  121.     URL = 'mailto:ao_support@gpsoft.hypermart.net'
  122.   end
  123.   object Label2: TLabel
  124.     Left = 16
  125.     Top = 76
  126.     Width = 66
  127.     Height = 16
  128.     Caption = 'Home page'
  129.   end
  130.   object Label3: TLabel
  131.     Left = 16
  132.     Top = 116
  133.     Width = 49
  134.     Height = 16
  135.     Caption = 'Ordering'
  136.   end
  137.   object Label4: TLabel
  138.     Left = 16
  139.     Top = 158
  140.     Width = 86
  141.     Height = 16
  142.     Caption = 'Support E-mail'
  143.   end
  144.   object OKButton: TButton
  145.     Left = 199
  146.     Top = 202
  147.     Width = 75
  148.     Height = 25
  149.     Cancel = True
  150.     Caption = 'OK'
  151.     Default = True
  152.     ModalResult = 1
  153.     TabOrder = 1
  154.   end
  155.   object btnOrder: TButton
  156.     Left = 119
  157.     Top = 202
  158.     Width = 75
  159.     Height = 25
  160.     Caption = 'Order...'
  161.     Default = True
  162.     TabOrder = 0
  163.     OnClick = btnOrderClick
  164.   end
  165.   object PopupMenu1: TPopupMenu
  166.     Left = 192
  167.     Top = 10
  168.     object Open1: TMenuItem
  169.       Caption = 'Open...'
  170.       Default = True
  171.       OnClick = Open1Click
  172.     end
  173.     object CopyURL1: TMenuItem
  174.       Caption = 'Copy URL'
  175.       OnClick = CopyURL1Click
  176.     end
  177.   end
  178. end
  179.